home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…tion Library 4 (Reseller)
/
Apple Ref. & Pres. Lib.v4.0.iso
/
5-Fonts & Software
/
Demo Software
/
Wingz
/
Startup
(
.txt
)
next >
Wrap
Wingz Script
|
1989-02-08
|
998b
|
43 lines
WNGZWZSC01b1
Test Flight
:Sheets
:Scripts
sheetfolder
scriptfolder
tffolder
first
drive2name
harddisk
drivebutton
icalc
fontsloaded
tfloaded
machineinit
deskinit
windowset
computer
tfnotice
define sn, tf
tf = length("Test Flight")
sn = length(name())
if sn > tf
get script left(name(), sn - tf - 1) & ":TF"
get script "TF"
end if
tf:sheetfolder = ":Sheets"
tf:scriptfolder = ":Scripts"
tf:tffolder = ""
tf:play = 0
tf:first = 1
tf:drive2name = ""
tf:harddisk = 1
tf:drivebutton = 1
tf:icalc = 0
tf:fontsloaded = 0
tf:exit = 0
tf:tfloaded = 1
call TF:machineinit(0)
call TF:deskinit()
call TF:windowset(TF:computer)
call tf:tfnotice()